home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1630 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  742 b 

  1. Path: F180-200.net.wisc.edu!rmhanson
  2. From: rmhanson@students.wisc.edu (ryan m hanson)
  3. Newsgroups: comp.lang.c
  4. Subject: Are libraries Compiler dependent?
  5. Date: Mon, 15 Jan 1996 22:09:55 GMT
  6. Organization: University of Wisconsin - Madison
  7. Message-ID: <rmhanson.82.30FAD0B2@students.wisc.edu>
  8. NNTP-Posting-Host: f180-200.net.wisc.edu
  9.  
  10. Just as the title says are libraries dependant?
  11.  
  12. right now I just use the standard libraries accompaning the compiler, but
  13. I want to use new functions that I picked up that are in a seperate Lib named
  14. graph.lib.
  15.  
  16. I was under the impression that I could take a lib created by a different
  17. compiler and run it w/ mine....
  18.  
  19. or do I have to take the seperate *.c files and create my owm w/ its own *.h?
  20.  
  21. thanx
  22. ryan
  23.